_vvvv_oooo_iiii_dddd _SSSS_LLLL_EEEE_EEEE_PPPP______LLLL_OOOO_CCCC_KKKK_((((_ssss_llll_eeee_eeee_pppp______tttt _****_l_o_c_k_p, int _p_r_i_o_r_i_t_y);
AAAArrrrgggguuuummmmeeeennnnttttssss
_l_o_c_k_p Pointer to the sleep lock to be acquired.
_p_r_i_o_r_i_t_y Reserved for future use (must be equal to -1).
DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
_SSSS_LLLL_EEEE_EEEE_PPPP______LLLL_OOOO_CCCC_KKKK acquires the sleep lock specified by _l_o_c_k_p. If the lock is
not immediately available, the caller is put to sleep (the caller's
execution is suspended and other processes may be scheduled) until the
lock becomes available to the caller, at which point the caller wakes up
and returns with the lock held.
The caller will not be interrupted by signals while sleeping inside